バージョン

LengthRange(Nullable<Int32>,String) メソッド

シンタックス
'宣言
 
Public Overloads Function LengthRange( _
   ByVal minLength As System.Nullable(Of Integer), _
   Optional ByVal errorMessage As System.String _
) As TOut
public TOut LengthRange( 
   System.Nullable<int> minLength,
   System.string errorMessage
)

パラメータ

minLength
最小長さまたは選択された項目の数
errorMessage
オプションのエラー メッセージ
参照

オンラインで表示: GitHub